Click here to Skip to main content
15,911,785 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: FileUpload Control Pin
kubben15-Aug-07 1:44
kubben15-Aug-07 1:44 
AnswerRe: FileUpload Control Pin
koolprasad200315-Aug-07 21:13
professionalkoolprasad200315-Aug-07 21:13 
GeneralRe: FileUpload Control Pin
weic_tsubusa15-Aug-07 22:52
weic_tsubusa15-Aug-07 22:52 
QuestionCan not access project in VS2003 [modified] Pin
ASPnoob14-Aug-07 16:28
ASPnoob14-Aug-07 16:28 
QuestionThe ConnectionString property has not been initialized Pin
steve_rm14-Aug-07 13:15
steve_rm14-Aug-07 13:15 
Questionweb.config problem Pin
Richard Jones14-Aug-07 9:26
Richard Jones14-Aug-07 9:26 
AnswerRe: web.config problem Pin
Fred_Smith14-Aug-07 9:36
Fred_Smith14-Aug-07 9:36 
GeneralRe: web.config problem Pin
Richard Jones15-Aug-07 2:25
Richard Jones15-Aug-07 2:25 
I tried changing that. Didn't work.

With the current cut-down web.config file (no namespaces, configuration, etc),
<configuration>
<system.web>
<customErrors mode ="Off"/>
<compilation debug="true" strict="false" explicit="true" />
<authentication mode="Windows" /> ' or mode="none"
</system.web>
</configuration>

I get this now:

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication2._Default'.

Source Error:


Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication2._Default" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

The project has been Built and Published.




"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."

GeneralRe: web.config problem Pin
Fred_Smith15-Aug-07 2:47
Fred_Smith15-Aug-07 2:47 
GeneralRe: web.config problem Pin
Richard Jones15-Aug-07 3:06
Richard Jones15-Aug-07 3:06 
GeneralRe: web.config problem Pin
Fred_Smith15-Aug-07 3:18
Fred_Smith15-Aug-07 3:18 
GeneralRe: web.config problem Pin
Richard Jones15-Aug-07 3:31
Richard Jones15-Aug-07 3:31 
GeneralRe: web.config problem Pin
Talal Sultan15-Aug-07 3:55
Talal Sultan15-Aug-07 3:55 
GeneralRe: web.config problem Pin
Richard Jones15-Aug-07 7:06
Richard Jones15-Aug-07 7:06 
GeneralRe: web.config problem Pin
Talal Sultan15-Aug-07 20:08
Talal Sultan15-Aug-07 20:08 
GeneralRe: web.config problem Pin
Richard Jones16-Aug-07 1:37
Richard Jones16-Aug-07 1:37 
GeneralRe: web.config problem Pin
Fred_Smith15-Aug-07 4:57
Fred_Smith15-Aug-07 4:57 
GeneralRe: web.config problem Pin
Richard Jones15-Aug-07 7:07
Richard Jones15-Aug-07 7:07 
QuestionDetailsView After Insertion record Should postBack the inserted record Pin
JayadevLenka14-Aug-07 9:20
JayadevLenka14-Aug-07 9:20 
QuestionHow does one recognise a treo browser? Pin
dhigginx14-Aug-07 8:37
dhigginx14-Aug-07 8:37 
AnswerRe: How does one recognise a treo browser? Pin
Christian Graus14-Aug-07 12:24
protectorChristian Graus14-Aug-07 12:24 
QuestionAsp.net Basics Pin
i gr814-Aug-07 6:54
i gr814-Aug-07 6:54 
AnswerRe: Asp.net Basics [modified] Pin
dekart_roo14-Aug-07 7:18
dekart_roo14-Aug-07 7:18 
QuestionClean way to get to individual controls? Pin
dandy7214-Aug-07 3:30
dandy7214-Aug-07 3:30 
AnswerRe: Clean way to get to individual controls? Pin
J4amieC14-Aug-07 5:09
J4amieC14-Aug-07 5:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.