Does it matter that I develop on an XP machine and my development server and my production server are both Windows 2000 with IIS 5.0? I used to use Visual Studio .Net Professional and I didn't have any of these problems, but since I uninstall Professional and installed Enterprise Architect, I'm having a bitch of a time, creating new projects on my development server, opening projects that are on my development server all because Enterprise Architect can't detech that my development Server is running Framework 1.1.
> When I access the URL as
> http://localhost/cbt_proto/default.aspx, the web browser
[quoted text clipped - 5 lines]
> http://10.91.42.12/cbt_proto/default.aspx, the application
> gets loaded and works properly
ok, Steve. So misbehavior should not be related to a problem of VS.NET
itself, or at least we should further investigate about IIS/Internet
Explorer settings. I hope the following tests will be useful for Jim too.
1. Steve, problem could be related to IE caching: please verify if in IE
Options \ tab General \ button "Settings..." of "Temporary Internet Files"
that option "Check for newer versions of stored pages" is set to "Every
visit to the page".
2. Or, problem could be due to some proxy misbehavior: if you have set a
proxy in your connection, please try di disable it.
3. Finally, please locate hosts file (C:\WINDOWS\system32\drivers\etc\hosts)
and verify if 127.0.0.1<-->localhost
HTH and bye,
Raffaele Limosani
Microsoft Developer Support
--
This posting is provided "AS IS" with no warranties, and confers no rights.
> Does it matter that I develop on an XP machine and my development server and my production server are both Windows 2000 with IIS 5.0? I used to use
Visual Studio .Net Professional and I didn't have any of these problems, but
since I uninstall Professional and installed Enterprise Architect, I'm
having a bitch of a time, creating new projects on my development server,
opening projects that are on my development server all because Enterprise
Architect can't detech that my development Server is running Framework 1.1.
> **********************************************************************
> Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
> Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
Dotnet Monster - 31 Mar 2005 11:34 GMT
Did you make sure that the website home directory is set to a directory
which is shared as wwwroot$ with Administrators, VS Developers and ASPNET
given full control.
Hope this helps.