-
Deploying ASP.NET 2003 project on windows server
Hi,
I need to deploy a very small ASP.NET 2003 Application on windows server, on which ASP.NET 2005 was installed. I dont have physical access to that server. Our university administrator has created an account for me on that machine. And gave me the complete URL were, I can install my application.
So, is it possible to install my ASP.NET 2003 application from my laptop to that given complete server URL using copy project or XCOPY method?.
Since, my application is in ASP.NET 2003, But server supports ASP.NET 2005 will it be automatically compatible that is, will VS.NET 2005 makes necessary changes to application developed in 2003?
Thanks,
Srinivas
-
If you don't have access to the physical location on the server then you will probably have to use the Copy Project option. Of course this assumes that the administrator has configured the app correctly under IIS.
HOW TO: Deploy an ASP.NET Web Application Using the Copy Project Feature in Visual Studio .NET
ASP.NET 2003 applications are compiled under the 1.1 version of the .NET Framework. If 1.1 is not installed then the CLR should load the next highest version for your app (which would be 2.0 in this instance).
Paul
~~~~
Microsoft MVP (Visual Basic)
Similar Threads
-
By vasanthya_then in forum .NET
Replies: 1
Last Post: 04-17-2009, 04:15 AM
-
Replies: 2
Last Post: 09-03-2008, 08:03 AM
-
By SeQuell in forum ASP.NET
Replies: 2
Last Post: 09-25-2006, 06:28 PM
-
By robertmazzo in forum ASP.NET
Replies: 0
Last Post: 08-09-2006, 03:12 PM
-
By Aditya Sanghi in forum VB Classic
Replies: 0
Last Post: 04-29-2002, 07:43 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks