I am developing a web site in a high security environment. For example, Use CAC card.
The site is a mix of VB.NET and C # on .NET 3.5 with some ajax. AJX Parts are now calling web services for web services like cascading drop down lists.
We are configuring VS 2008 configured on our local PCs to use IIS instead of the default server (Cassini). However, some security policies were launched for the desktop on weekends and, suddenly, we are not allowed to run IIS on our PC anymore.
I have some IT people already trying to appeal to the developers for a discount. In the meantime, I need to find a way to keep growth.
If I close the SSL requirement in the 'safe' part of the application (locally, only in my PC), then when I hit "F5", the page with web services is only " Server applications missing "pages (using Cassini).
I need to be able to add some more functions to existing web services, except for other things, therefore the single-stage capability through the code is still a requirement.
I am sure that someone limited to using the Cassini in the VS-2008 /
edit.
Edit: As it turns out, "HTTPS: //" was hard-coded in some links (I inherited these) "~ \ folder \ page.aspx" to change the link Cassini
Note that the use of Cassini for default for VS2k8 , Even for web services. Try starting a new hello web service project and confirm if you can debug it.
OK, then to use Cassini instead of IIS, I would like to not change the project's debugging option again (although it can not be a bad idea to support it) Because you can work with IIS again.
Edit: So your real problem was not with the web services, only hard-coded URLs (we have a similar problem where most of the site works, where ever the website was rooted , But some places, such as the "main menu" link, expect the root of the webserver to route.)
Comments
Post a Comment