Tagged Questions
1
vote
0answers
10 views
disable auto-generated error pages iisexpress
I'm creating a JSON web api. Certain parts of the api are limited to authenticated users only.
If you're not authenticated, the server is programmed to set the http status code to 403 and close the ...
0
votes
1answer
351 views
IISExpress 8 with custom configuration file - web service won't load
When I develop a WCF service or website solution, I always use IISExpress with a custom configuration file so I can share the setup with other developers in the team. Basically, I run a batch file ...
0
votes
1answer
413 views
IISExpress 7.5 has Internal Server Error, whereas IIS 7.5 works
I have the following <handlers /> section in my web.config to register ActiveReports 6 handlers for various file extensions:
<handlers accessPolicy="Read, Execute, Script">
<add ...
1
vote
0answers
748 views
Server Error loading HttpModule
I am stumped and need some suggestions in resolving the following error
I am getting in my application that is configured to use
an HttpModule that I have created:
Server Error in '/' Application.
...
0
votes
2answers
183 views
Why is my VS 2011 ASP.NET Project Giving a 401.2 Error When Debugging with IIS Express 7.5?
Everything was working just fine...then one time running the debugger and I'm given a 401.2 error from IIS Express 7.5. I created a new project and tested - worked fine. I ensured the web.config and ...
10
votes
1answer
2k views
IIS Express is automatically disabling anonymous authentication for my project, why?
When I switch my ASP.NET MVC project from Cassini web server to IIS Express, this is added to my applicationhost.config file:
<location path="MyProject">
<system.webServer>
...
0
votes
0answers
467 views
Error pages in web.config of IIS Express?
How do I set my custom error pages in IIS Express? (For WebMatrix)
So far, this is my file...
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
...
2
votes
2answers
421 views
IIS Express No AppSettings
I am running a .NET 4.0 Web Application. Under IIS Express ( and only IIS Express ) none of my APPSettings are read into the AppSettings collection. When I look into this collection it is empty even ...
