|
 |
aspx thread: page not found message
Message #1 by nzulfiqar@g... on Thu, 13 Jun 2002 07:57:30
|
|
I have created one asp.net web application. when i submit page(containing
text object and submit button) page can not be displayed message comes.
i have checked web server. its working fine. ASP code works fine but not
aspx code
Message #2 by "Greg Quinn" <greg@i...> on Thu, 13 Jun 2002 14:04:22 -0700
|
|
Send us the code of your page so we can dissect it :)
-----Original Message-----
From: nzulfiqar@g... [mailto:nzulfiqar@g...]
Sent: 13 June 2002 07:58
To: ASP+
Subject: [aspx] page not found message
I have created one asp.net web application. when i submit page(containing
text object and submit button) page can not be displayed message comes.
i have checked web server. its working fine. ASP code works fine but not
aspx code
Message #3 by nzulfiqar <nzulfiqar@g...> on Sat, 15 Jun 2002 09:27:42 +0400
|
|
This is simple code
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="test1.aspx.vb"
Inherits="WebAppl.test1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>test1</title>
<meta content="Microsoft Visual Studio.NET 7.0"
name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta
content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table>
<tr>
<td colspan="3">
<input type="checkbox"
value="1" name="chkbox"></td>
</tr>
<tr>
<td colspan="3">
<input type="submit"
value="try" name="btnsubmit"></td>
</tr>
</table>
</form>
</body>
</HTML>
when i submit form...
following page comes
The page cannot be displayed
The page you are looking for cannot be displayed because the page address is
incorrect.
----------------------------------------------------------------------------
----
Please try the following:
If you typed the page address in the Address bar, check that it is entered
correctly.
Open the localhost home page and then look for links to the information you
want.
HTTP 405 - Resource not allowed
Internet Information Services
----------------------------------------------------------------------------
----
Technical Information (for support personnel)
More information:
Microsoft Support
-----Original Message-----
From: Greg Quinn [mailto:greg@i...]
Sent: Friday, June 14, 2002 1:04 AM
To: ASP+
Subject: [aspx] RE: page not found message
Send us the code of your page so we can dissect it :)
-----Original Message-----
From: nzulfiqar@g... [mailto:nzulfiqar@g...]
Sent: 13 June 2002 07:58
To: ASP+
Subject: [aspx] page not found message
I have created one asp.net web application. when i submit page(containing
text object and submit button) page can not be displayed message comes.
i have checked web server. its working fine. ASP code works fine but not
aspx code
Message #4 by "Dave Rezoski" <daverezoski@h...> on Sat, 15 Jun 2002 17:10:49 +0000
|
|
I'm not being a wise-ass, really ... have you compiled?
----Original Message Follows----
From: nzulfiqar <nzulfiqar@g...>
Reply-To: "ASP+" <aspx@p...>
To: "ASP+" <aspx@p...>
Subject: [aspx] RE: page not found message
Date: Sat, 15 Jun 2002 09:27:42 +0400
This is simple code
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="test1.aspx.vb"
Inherits="WebAppl.test1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>test1</title>
<meta content="Microsoft Visual Studio.NET 7.0"
name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta
content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table>
<tr>
<td colspan="3">
<input type="checkbox"
value="1" name="chkbox"></td>
</tr>
<tr>
<td colspan="3">
<input type="submit"
value="try" name="btnsubmit"></td>
</tr>
</table>
</form>
</body>
</HTML>
when i submit form...
following page comes
The page cannot be displayed
The page you are looking for cannot be displayed because the page address is
incorrect.
----------------------------------------------------------------------------
----
Please try the following:
If you typed the page address in the Address bar, check that it is entered
correctly.
Open the localhost home page and then look for links to the information you
want.
HTTP 405 - Resource not allowed
Internet Information Services
----------------------------------------------------------------------------
----
Technical Information (for support personnel)
More information:
Microsoft Support
-----Original Message-----
From: Greg Quinn [mailto:greg@i...]
Sent: Friday, June 14, 2002 1:04 AM
To: ASP+
Subject: [aspx] RE: page not found message
Send us the code of your page so we can dissect it :)
-----Original Message-----
From: nzulfiqar@g... [mailto:nzulfiqar@g...]
Sent: 13 June 2002 07:58
To: ASP+
Subject: [aspx] page not found message
I have created one asp.net web application. when i submit page(containing
text object and submit button) page can not be displayed message comes.
i have checked web server. its working fine. ASP code works fine but not
aspx code
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Message #5 by nzulfiqar <nzulfiqar@g...> on Sun, 16 Jun 2002 10:28:19 +0400
|
|
yes i have complied it. Problem comes when form is submitted to web server.
After submission (post or get method watever ) it gives error "HTTP 405
resource not allowed internet
information server" I have reinstalled front page server extensions.. have
done all updates and hotfixes... i am unable to figure out wat to do..
-----Original Message-----
From: Dave Rezoski [mailto:daverezoski@h...]
Sent: Saturday, June 15, 2002 9:11 PM
To: ASP+
Subject: [aspx] RE: page not found message
I'm not being a wise-ass, really ... have you compiled?
----Original Message Follows----
From: nzulfiqar <nzulfiqar@g...>
Reply-To: "ASP+" <aspx@p...>
To: "ASP+" <aspx@p...>
Subject: [aspx] RE: page not found message
Date: Sat, 15 Jun 2002 09:27:42 +0400
This is simple code
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="test1.aspx.vb"
Inherits="WebAppl.test1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>test1</title>
<meta content="Microsoft Visual Studio.NET 7.0"
name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta
content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table>
<tr>
<td colspan="3">
<input type="checkbox"
value="1" name="chkbox"></td>
</tr>
<tr>
<td colspan="3">
<input type="submit"
value="try" name="btnsubmit"></td>
</tr>
</table>
</form>
</body>
</HTML>
when i submit form...
following page comes
The page cannot be displayed
The page you are looking for cannot be displayed because the page address is
incorrect.
----------------------------------------------------------------------------
----
Please try the following:
If you typed the page address in the Address bar, check that it is entered
correctly.
Open the localhost home page and then look for links to the information you
want.
HTTP 405 - Resource not allowed
Internet Information Services
----------------------------------------------------------------------------
----
Technical Information (for support personnel)
More information:
Microsoft Support
-----Original Message-----
From: Greg Quinn [mailto:greg@i...]
Sent: Friday, June 14, 2002 1:04 AM
To: ASP+
Subject: [aspx] RE: page not found message
Send us the code of your page so we can dissect it :)
-----Original Message-----
From: nzulfiqar@g... [mailto:nzulfiqar@g...]
Sent: 13 June 2002 07:58
To: ASP+
Subject: [aspx] page not found message
I have created one asp.net web application. when i submit page(containing
text object and submit button) page can not be displayed message comes.
i have checked web server. its working fine. ASP code works fine but not
aspx code
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Message #6 by Feduke Cntr Charles R <FedukeCR@m...> on Mon, 17 Jun 2002 07:33:38 -0400
|
|
Okay, see if this fixes the problem:
1. Find the file "machine.config" located under c:\winnt (search for it, its
deep).
2. Find the section in it called "<processModel ... />".
3. Change the user or userName attribute (forgot what it is) from "machine"
to "SYSTEM".
4. Save the file. You may have to reboot.
If you don't get the HTTP 405, please post it the list for archiving
(I'm sure someone else will have this problem).
HTH,
- Chuck
-----Original Message-----
From: nzulfiqar [mailto:nzulfiqar@g...]
Sent: Sunday, June 16, 2002 2:28 AM
To: ASP+
Subject: [aspx] RE: page not found message
yes i have complied it. Problem comes when form is submitted to web server.
After submission (post or get method watever ) it gives error "HTTP 405
resource not allowed internet
information server" I have reinstalled front page server extensions.. have
done all updates and hotfixes... i am unable to figure out wat to do..
-----Original Message-----
From: Dave Rezoski [mailto:daverezoski@h...]
Sent: Saturday, June 15, 2002 9:11 PM
To: ASP+
Subject: [aspx] RE: page not found message
I'm not being a wise-ass, really ... have you compiled?
----Original Message Follows----
From: nzulfiqar <nzulfiqar@g...>
Reply-To: "ASP+" <aspx@p...>
To: "ASP+" <aspx@p...>
Subject: [aspx] RE: page not found message
Date: Sat, 15 Jun 2002 09:27:42 +0400
This is simple code
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="test1.aspx.vb"
Inherits="WebAppl.test1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>test1</title>
<meta content="Microsoft Visual Studio.NET 7.0"
name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta
content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table>
<tr>
<td colspan="3">
<input type="checkbox"
value="1" name="chkbox"></td>
</tr>
<tr>
<td colspan="3">
<input type="submit"
value="try" name="btnsubmit"></td>
</tr>
</table>
</form>
</body>
</HTML>
when i submit form...
following page comes
The page cannot be displayed
The page you are looking for cannot be displayed because the page address is
incorrect.
----------------------------------------------------------------------------
----
Please try the following:
If you typed the page address in the Address bar, check that it is entered
correctly.
Open the localhost home page and then look for links to the information you
want.
HTTP 405 - Resource not allowed
Internet Information Services
----------------------------------------------------------------------------
----
Technical Information (for support personnel)
More information:
Microsoft Support
-----Original Message-----
From: Greg Quinn [mailto:greg@i...]
Sent: Friday, June 14, 2002 1:04 AM
To: ASP+
Subject: [aspx] RE: page not found message
Send us the code of your page so we can dissect it :)
-----Original Message-----
From: nzulfiqar@g... [mailto:nzulfiqar@g...]
Sent: 13 June 2002 07:58
To: ASP+
Subject: [aspx] page not found message
I have created one asp.net web application. when i submit page(containing
text object and submit button) page can not be displayed message comes.
i have checked web server. its working fine. ASP code works fine but not
aspx code
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Message #7 by nzulfiqar <nzulfiqar@g...> on Mon, 17 Jun 2002 17:02:59 +0400
|
|
Thanx feduke, I have reinstalled the whole thing (OS, .Net etc) so it is now
working.
Thank for ur reply
-----Original Message-----
From: Feduke Cntr Charles R [mailto:FedukeCR@m...]
Sent: Monday, June 17, 2002 3:34 PM
To: ASP+
Subject: [aspx] RE: page not found message
Okay, see if this fixes the problem:
1. Find the file "machine.config" located under c:\winnt (search for it, its
deep).
2. Find the section in it called "<processModel ... />".
3. Change the user or userName attribute (forgot what it is) from "machine"
to "SYSTEM".
4. Save the file. You may have to reboot.
If you don't get the HTTP 405, please post it the list for archiving
(I'm sure someone else will have this problem).
HTH,
- Chuck
-----Original Message-----
From: nzulfiqar [mailto:nzulfiqar@g...]
Sent: Sunday, June 16, 2002 2:28 AM
To: ASP+
Subject: [aspx] RE: page not found message
yes i have complied it. Problem comes when form is submitted to web server.
After submission (post or get method watever ) it gives error "HTTP 405
resource not allowed internet
information server" I have reinstalled front page server extensions.. have
done all updates and hotfixes... i am unable to figure out wat to do..
-----Original Message-----
From: Dave Rezoski [mailto:daverezoski@h...]
Sent: Saturday, June 15, 2002 9:11 PM
To: ASP+
Subject: [aspx] RE: page not found message
I'm not being a wise-ass, really ... have you compiled?
----Original Message Follows----
From: nzulfiqar <nzulfiqar@g...>
Reply-To: "ASP+" <aspx@p...>
To: "ASP+" <aspx@p...>
Subject: [aspx] RE: page not found message
Date: Sat, 15 Jun 2002 09:27:42 +0400
This is simple code
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="test1.aspx.vb"
Inherits="WebAppl.test1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>test1</title>
<meta content="Microsoft Visual Studio.NET 7.0"
name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta
content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table>
<tr>
<td colspan="3">
<input type="checkbox"
value="1" name="chkbox"></td>
</tr>
<tr>
<td colspan="3">
<input type="submit"
value="try" name="btnsubmit"></td>
</tr>
</table>
</form>
</body>
</HTML>
when i submit form...
following page comes
The page cannot be displayed
The page you are looking for cannot be displayed because the page address is
incorrect.
----------------------------------------------------------------------------
----
Please try the following:
If you typed the page address in the Address bar, check that it is entered
correctly.
Open the localhost home page and then look for links to the information you
want.
HTTP 405 - Resource not allowed
Internet Information Services
----------------------------------------------------------------------------
----
Technical Information (for support personnel)
More information:
Microsoft Support
-----Original Message-----
From: Greg Quinn [mailto:greg@i...]
Sent: Friday, June 14, 2002 1:04 AM
To: ASP+
Subject: [aspx] RE: page not found message
Send us the code of your page so we can dissect it :)
-----Original Message-----
From: nzulfiqar@g... [mailto:nzulfiqar@g...]
Sent: 13 June 2002 07:58
To: ASP+
Subject: [aspx] page not found message
I have created one asp.net web application. when i submit page(containing
text object and submit button) page can not be displayed message comes.
i have checked web server. its working fine. ASP code works fine but not
aspx code
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Message #8 by Feduke Cntr Charles R <FedukeCR@m...> on Mon, 17 Jun 2002 08:46:35 -0400
|
|
> I have reinstalled the whole thing (OS, .Net etc) so it is now
> working.
Ah yes, that is always a viable option with Microsoft products. If
only the same were true of major household appliances and cars...
- Chuck
-----Original Message-----
From: nzulfiqar [mailto:nzulfiqar@g...]
Sent: Monday, June 17, 2002 9:03 AM
To: ASP+
Subject: [aspx] RE: page not found message
Thanx feduke, I have reinstalled the whole thing (OS, .Net etc) so it is now
working.
Thank for ur reply
-----Original Message-----
From: Feduke Cntr Charles R [mailto:FedukeCR@m...]
Sent: Monday, June 17, 2002 3:34 PM
To: ASP+
Subject: [aspx] RE: page not found message
Okay, see if this fixes the problem:
1. Find the file "machine.config" located under c:\winnt (search for it, its
deep).
2. Find the section in it called "<processModel ... />".
3. Change the user or userName attribute (forgot what it is) from "machine"
to "SYSTEM".
4. Save the file. You may have to reboot.
If you don't get the HTTP 405, please post it the list for archiving
(I'm sure someone else will have this problem).
HTH,
- Chuck
-----Original Message-----
From: nzulfiqar [mailto:nzulfiqar@g...]
Sent: Sunday, June 16, 2002 2:28 AM
To: ASP+
Subject: [aspx] RE: page not found message
yes i have complied it. Problem comes when form is submitted to web server.
After submission (post or get method watever ) it gives error "HTTP 405
resource not allowed internet
information server" I have reinstalled front page server extensions.. have
done all updates and hotfixes... i am unable to figure out wat to do..
-----Original Message-----
From: Dave Rezoski [mailto:daverezoski@h...]
Sent: Saturday, June 15, 2002 9:11 PM
To: ASP+
Subject: [aspx] RE: page not found message
I'm not being a wise-ass, really ... have you compiled?
----Original Message Follows----
From: nzulfiqar <nzulfiqar@g...>
Reply-To: "ASP+" <aspx@p...>
To: "ASP+" <aspx@p...>
Subject: [aspx] RE: page not found message
Date: Sat, 15 Jun 2002 09:27:42 +0400
This is simple code
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="test1.aspx.vb"
Inherits="WebAppl.test1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>test1</title>
<meta content="Microsoft Visual Studio.NET 7.0"
name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta
content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table>
<tr>
<td colspan="3">
<input type="checkbox"
value="1" name="chkbox"></td>
</tr>
<tr>
<td colspan="3">
<input type="submit"
value="try" name="btnsubmit"></td>
</tr>
</table>
</form>
</body>
</HTML>
when i submit form...
following page comes
The page cannot be displayed
The page you are looking for cannot be displayed because the page address is
incorrect.
----------------------------------------------------------------------------
----
Please try the following:
If you typed the page address in the Address bar, check that it is entered
correctly.
Open the localhost home page and then look for links to the information you
want.
HTTP 405 - Resource not allowed
Internet Information Services
----------------------------------------------------------------------------
----
Technical Information (for support personnel)
More information:
Microsoft Support
-----Original Message-----
From: Greg Quinn [mailto:greg@i...]
Sent: Friday, June 14, 2002 1:04 AM
To: ASP+
Subject: [aspx] RE: page not found message
Send us the code of your page so we can dissect it :)
-----Original Message-----
From: nzulfiqar@g... [mailto:nzulfiqar@g...]
Sent: 13 June 2002 07:58
To: ASP+
Subject: [aspx] page not found message
I have created one asp.net web application. when i submit page(containing
text object and submit button) page can not be displayed message comes.
i have checked web server. its working fine. ASP code works fine but not
aspx code
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
|
|
 |