Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to create web application in vb.net 1.1 version and host in IIS latest versions

please send me some solutions. Thanks in advance
Posted

1 solution

Hi,

You won't be able to run .NET Framework v1.1 applications in any recent IIS versions, not in versions greater than 7.5 ... officially anyway.

Framework v1.1 is not supported in versions of windows after windows7/server 2008.
The official recommendation is to upgrade your application to .NET Framework 2, that can then be run under v3.5:

Running .NET Framework 1.1 Apps on Windows 8, Windows 8.1 or Windows 10[^]

I'm not sure why you would be wanting to create an application in Framework 1.1?

... hope it helps.
 
Share this answer
 
Comments
VINODKUMAR T 14-Jan-16 7:49am    
i have one 2003 vb.net application. Its in vb.net 1.1 version, that application I want to publish/host on IIS versions 7.5 or below versions. here i am getting some issues. Is there any methods to publish that application. Please advise me...thanks in advance
hypermellow 14-Jan-16 7:52am    
What kind of issues do you have?
... how are you deploying the app?
VINODKUMAR T 14-Jan-16 7:57am    
I have installed vs2003 in my laptop. when i am trying to create a solution, it automatically hosted in IIS. (in \inetpub\wwwroot\appname)
currently i am getting below king of issues:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

Different different errors i am getting some time...
hypermellow 14-Jan-16 8:55am    
HTTP 500.19 can mean many things.
You should have a look in the event viewer for some more detail of these errors.
Then work through a trouble shooting guide:
http://blogs.msdn.com/b/webtopics/archive/2010/03/08/troubleshooting-http-500-19-errors-in-iis-7.aspx

https://support.microsoft.com/en-us/kb/942055

... hope it helps.
Sergey Alexandrovich Kryukov 14-Jan-16 11:19am    
That's right, a 5. Nothing earlier v.2.0 can be considered as "real .NET".
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900