Click here to Skip to main content
16,005,178 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSystem.Runtime.InteropServices.COMException Pin
Debadiroy8-Nov-06 0:06
Debadiroy8-Nov-06 0:06 
QuestionJavascript Pin
monika_vasvani8-Nov-06 0:02
monika_vasvani8-Nov-06 0:02 
AnswerRe: Javascript Pin
saqib828-Nov-06 0:11
saqib828-Nov-06 0:11 
AnswerRe: Javascript Pin
saqib828-Nov-06 0:21
saqib828-Nov-06 0:21 
AnswerRe: Javascript Pin
Suresh Pirsquare8-Nov-06 0:37
Suresh Pirsquare8-Nov-06 0:37 
GeneralRe: Javascript Pin
monika_vasvani8-Nov-06 17:52
monika_vasvani8-Nov-06 17:52 
GeneralRe: Javascript Pin
Suresh Pirsquare8-Nov-06 18:22
Suresh Pirsquare8-Nov-06 18:22 
QuestionApplication OK on VWD, crashes on IIS Pin
Anant0107-Nov-06 23:32
Anant0107-Nov-06 23:32 
Hi All

Ok this is weird. I have a project developed on VWD and when i run / debug it on VWD server (the built in one) the application runs fine without any problems.

Then i deploy this to my web server on another machine and after the first page I get a yellow page error. (shown below). Even deploying it to a local IIS and accessing it from a browser gives the same result.

Any clue as to whats wrong. The application itself seems to be fine based on the simple fact that i can run it from VWD.

Another thing (not related to this though) -- In Visual studio there used to be a function called Debug Process under the Tools menu which you could attach to inetinfo process and debug application as they are being served. This features appears to not be available in VWD, Does anyone know of a similar debugging tool that allows debugging of pages served from IIS as opposed to the standard run with debug mode which allows debugging of pages served from VWD built in server.

Thanks

Anant


Server Error in '/FlashXMLGen' Application.
--------------------------------------------------------------------------------

Error executing child request for GetProperties.aspx.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Error executing child request for GetProperties.aspx.

Source Error:

Line 26: {
Line 27: //Response.Write(Request["hiddenTextBox"].ToString());
Line 28: Server.Transfer("GetProperties.aspx?GroupID="+GroupID);
Line 29: }
Line 30:


Source File: c:\Inetpub\wwwroot\FlashXMLGen\ProdList.aspx.cs Line: 28

Stack Trace:

[HttpException (0x80004005): Error executing child request for GetProperties.aspx.]
System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) +3179633
System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +747
System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm) +56
System.Web.HttpServerUtility.Transfer(String path) +26
ProdList.Page_Load(Object sender, EventArgs e) in c:\Inetpub\wwwroot\FlashXMLGen\ProdList.aspx.cs:28
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061




AnswerRe: Application OK on VWD, crashes on IIS Pin
tmiku8-Nov-06 1:07
tmiku8-Nov-06 1:07 
QuestionUser Control Error? Pin
nabeelkhan7-Nov-06 23:10
nabeelkhan7-Nov-06 23:10 
AnswerRe: User Control Error? Pin
Sandeep Akhare7-Nov-06 23:35
Sandeep Akhare7-Nov-06 23:35 
AnswerRe: User Control Error? Pin
tmiku7-Nov-06 23:40
tmiku7-Nov-06 23:40 
GeneralRe: User Control Error? Pin
Sandeep Akhare7-Nov-06 23:47
Sandeep Akhare7-Nov-06 23:47 
GeneralRe: User Control Error? Pin
nabeelkhan8-Nov-06 0:14
nabeelkhan8-Nov-06 0:14 
GeneralRe: User Control Error? Pin
tmiku8-Nov-06 0:30
tmiku8-Nov-06 0:30 
GeneralRe: User Control Error? Pin
nabeelkhan8-Nov-06 0:44
nabeelkhan8-Nov-06 0:44 
GeneralRe: User Control Error? Pin
tmiku8-Nov-06 1:19
tmiku8-Nov-06 1:19 
AnswerRe: User Control Error? Pin
just3ala28-Nov-06 2:54
just3ala28-Nov-06 2:54 
Questionremove control box from web form Pin
Imran Khan Pathan7-Nov-06 22:47
Imran Khan Pathan7-Nov-06 22:47 
AnswerRe: remove control box from web form Pin
Sandeep Akhare7-Nov-06 23:55
Sandeep Akhare7-Nov-06 23:55 
GeneralRe: remove control box from web form Pin
Imran Khan Pathan8-Nov-06 0:31
Imran Khan Pathan8-Nov-06 0:31 
GeneralRe: remove control box from web form Pin
Sandeep Akhare8-Nov-06 1:47
Sandeep Akhare8-Nov-06 1:47 
QuestionSearch Option Pin
Krishlibran7-Nov-06 22:22
Krishlibran7-Nov-06 22:22 
AnswerRe: Search Option Pin
Imran Khan Pathan7-Nov-06 22:59
Imran Khan Pathan7-Nov-06 22:59 
Questionhow can i call a javascipt function from Windows application Pin
Sandeep Akhare7-Nov-06 22:22
Sandeep Akhare7-Nov-06 22:22 

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.