Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does a ASP 1.1 project run in .NET Framework 2.0?

Status
Not open for further replies.

5C1R6

Programmer
Jul 8, 2006
6
US
I have a ASP.NET poject that I created in .Net Framework 1.1.4322 on my PC. It reads and writes data to a SQL Server 2000 database.
Now, the server of the web hosting commpany I signed up with runs in .Net framework 2.0. What changes do I need to make to my project so that it runs in this environment?

It would be nice if there is a way other than converting the project using Visual Studio 2005

Thanks in advance you for your help
 
If it runs using 2.0, then it supports all the previous version of the DotNET Framework (1.0 and 1.1).

You can try to launch the visual web developer 2005 and open your site (this that created with the v1.1).
 
Thanks for the tip. The web pages show OK. But any data accesss attempt from the database is not working. I get the following error:
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection

Also,
'Allow Anonymous user' is turned on for the website.


About the Visual WEb Developer, I need to look into that. I am not familiar with it.
 
I am looking for a tool(s) that allow me to configure a remote SQL Server. I couldn't find such tool in Visual Studio 2005 (full version), which I recently installed.

But I read that Visual Web Developer 2005 Express has a " ASP.NET Web Site Administration Tool" for creating users, roles, application settings, etc. there is however a note that says to uninstall previous versions of Visual Studio 2005 and .Net Framework before installing Visual Web Developer Express.

Would I get any benefits from installing Visual Web Developer Express that don't exist in Visual Studio?


 
No, the full version is the best if you have it. The web site admin tool is for the web site, not for configuring SQL Server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top