Is it possible to configure the built-in web server in ASP 2.0, or look at the settings.
The reason why is that we have an application that was created as a website in Visual 2005, and we are now having issues with it in system testing.
In unit testing we were using the built-in web server that worked perfectly.
When we moved the application to the test server within wwwroot and IIS, it doesn't allow some of the functionality to work.
I don't know much about the built-in web server, or if you can get access to it. I just know the application was working really well, but now it appears to be something denying it access even though we have all of the proper authentication set in IIS 6.0. We can see the data, but cannot edit or insert records. Plus this application is dealing with the Active Directory and not MS-SQL.
This post might be a little hard to answer because you might need more information on how we configured iis, or the server, but just assume we have this right; so would the built-in web server be an issue?
Thanks,
xyz789