iis-express

Cassini and IISExpress PUT/DELETE Verbs cause 405 Http Code

雨燕双飞 提交于 2019-12-31 03:45:08
问题 I am currently having an issue running a Jessica application via VS2010 and Cassini. The code below is what I am running however when I attempt to use either PUT or DELETE verbs I get a 405 Method Not Allowed response. I tried the answer suggested at ASP.NET MVC got 405 error on HTTP DELETE request? but this did not work for me. I have also copied in my minimal web.config <?xml version="1.0"?> <configuration> <system.web> <compilation debug="true" targetFramework="4.0" /> </system.web>

Unable to launch IIS Express in Visual Studio 2017 RC

怎甘沉沦 提交于 2019-12-30 19:09:27
问题 Had a web application working in Visual Studio 2015 Update 3 perfectly. I ported the project to Visual Studio 2017 RC and compiled successfully. When debugging the application IIS Express terminates after dumping the message below in the output pane of VS 2017 RC: The program '[7896] iisexpress.exe: Program Trace' has exited with code 0 (0x0). The program '[8488] dotnet.exe' has exited with code 0 (0x0). The program '[8488] dotnet.exe: Program Trace' has exited with code 0 (0x0). The program

Unable to launch IIS Express in Visual Studio 2017 RC

爱⌒轻易说出口 提交于 2019-12-30 19:06:01
问题 Had a web application working in Visual Studio 2015 Update 3 perfectly. I ported the project to Visual Studio 2017 RC and compiled successfully. When debugging the application IIS Express terminates after dumping the message below in the output pane of VS 2017 RC: The program '[7896] iisexpress.exe: Program Trace' has exited with code 0 (0x0). The program '[8488] dotnet.exe' has exited with code 0 (0x0). The program '[8488] dotnet.exe: Program Trace' has exited with code 0 (0x0). The program

Using Windows Authentication in ASP.NET

放肆的年华 提交于 2019-12-30 05:47:06
问题 I'm trying to use Windows Authentication in my ASP.NET application. Whenever I try to view the app it sends me to a login page. How can I make it work without having to manually login via the browser? web.config <system.web> <authentication mode="Windows"></authentication> <anonymousIdentification enabled="false"/> <authorization> <deny users="?" /> <allow users="*" /> </authorization> <customErrors mode="Off"></customErrors> <identity impersonate="true"></identity> <compilation debug="true"

IIS Express and Classic ASP

ⅰ亾dé卋堺 提交于 2019-12-29 03:38:06
问题 I'm trying to get a classic ASP site set up on IIS Express under Windows XP. I am able to get iis setup and running as well as setting up the site, but when I try to browse to an asp page all I get is: íP÷Pèö‚le”_/index.asp18 Has anyone come across this problem with IISExpress? I'm thinking it's a permissions thing, but I'm not sure what I need to set and for which user. Any help is appreciated, Thanks. 回答1: OK we've had this and this is how I've found a solution.. In our case I think it was

How to solve “Microsoft Visual Studio (VS)” error “Unable to connect to the configured development Web server”

拥有回忆 提交于 2019-12-28 08:07:42
问题 PROBLEM If you start using "Microsoft Internet Information Services Express (IIS)" from "Microsoft Visual Studio (VS)" you may get when you run Build this error message Unable to connect to the configured development Web server . Failed to register URL "http://{ip_addr}:{port}/" for site "{project_name}" application "/". Error description: Access is denied. (0x80070005) What kind of rights is it? 回答1: SOLUTION This means that you are missing the right for using it. Create it with Netsh

IIS Express — Getting SSL to Work

大兔子大兔子 提交于 2019-12-28 04:53:05
问题 I am unable to get IIS Express to accept secure connections for a VS2010 MVC3 project that I'm developing. I can get it to accept unsecure connections on port 80, but not secure on port 443. I've taken the following steps, based on googling: 1) Located the SHA1 thumbprint for my IIS Express Server self-signed certificate via executing the following on a VS2010 commandline: certmgr.exe /c /s /r localMachine MY The result was 9B088F80 A4FC3141 28F62890 70BA1FC4 49FDD009. I learned later that I

Connecting to Visual Studio debugging IIS Express server over the lan

大兔子大兔子 提交于 2019-12-27 18:23:13
问题 I have a test ASP.NET MVC3 application developed in VS2012. When I start debugging the app is accessed from the host machine via the request to http://localhost:<portnumber> . But if I try to access the same application from the remote machine in the intranet via the http://<ip>:<portnumber> I get HTTP error 400: Bad request. Invalid Host Name. As far as it runs on IIS Express any server configuration is inaccessible. Are there any ways of solving this? 回答1: Update I made a video that better

Connecting to Visual Studio debugging IIS Express server over the lan

点点圈 提交于 2019-12-27 18:22:30
问题 I have a test ASP.NET MVC3 application developed in VS2012. When I start debugging the app is accessed from the host machine via the request to http://localhost:<portnumber> . But if I try to access the same application from the remote machine in the intranet via the http://<ip>:<portnumber> I get HTTP error 400: Bad request. Invalid Host Name. As far as it runs on IIS Express any server configuration is inaccessible. Are there any ways of solving this? 回答1: Update I made a video that better

Unable to create databases when running RavenDB on IISExpress

随声附和 提交于 2019-12-25 12:55:29
问题 As the title says. (Cross post from the mailing list: https://groups.google.com/forum/#!topic/ravendb/hxP3REWVMdg) The iisexpress process is running as the currently logged in user, but I'm only getting Unauthorized error messages when trying to create databases. Accessing /debug/user-info only gives the following message: {"Remark":"Using anonymous user","AnonymousAreAdmins":false} 回答1: Courtesy of Fitzchak Yitzchaki, I got the answer on the RavenDB mailing list: https://groups.google.com