Click here to Skip to main content
15,903,385 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to deploy an asp.net application in local machine while I am receiving the following error:
VB
Line 1:  <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Diagnose.aspx.vb" Inherits="FYP.Diagnose" %>
Line 2:
Line 3:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Anyone know why this error occur and what is the solution?
Posted
Updated 12-Dec-11 5:24am
v2
Comments
uspatel 12-Dec-11 6:45am    
can you show some more lines of your error message
koolprasad2003 12-Dec-11 6:59am    
can you paste full error. which line gives you error.
HL22 12-Dec-11 7:48am    
there are only 3 lines been shown,it stated that the 1st line is the error.

Try changing the ASP.NET version from 4.0 to 2.0 in the web site settings.

Good luck!
 
Share this answer
 
Check out these threads.

http://www.daniweb.com/web-development/aspnet/threads/33023[^]

http://forums.asp.net/t/950095.aspx/1[^]

That will help you.

Regards,
Eduard
 
Share this answer
 

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