473,386 Members | 1,832 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

ASP.Net Help Appreciated

Hi all,

I am new to Visual studio.Net. I have been learning for the last month by
"self-Paced" through these books.

MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements, Exams
70-305/70-315, 70-306/70-316, 70-310/70-320, and 70-300 .

The Problem I am having is, I follow the sample of the book in developing a
ASP.Net Web Application. It is a simple program that should display the
famous phrase " Hello word" when you click on the submit button.

However, when I run the program, the web page displayed in the browser fine.
Then when I click on the submit button I get:

http://localhost/ASP-Projects/Chapte.../WebForm1.aspx

The page cannot be displayed.

What could be the reason for that? Am I missing some thing in the config
file.

Thanks

Yousri
Nov 19 '05 #1
5 1032
Hard to say. The first thing you need to do is change your IE browser
configuration (Tools|Options|Advanced Tab), and uncheck "Show Friendly HTTP
error messages." Then you will be able to see what the error is. If you can
tell us that, we can help you diagnose the problem.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.

"Yousri" <ya*****@cfl.rr.com> wrote in message
news:uD**************@TK2MSFTNGP09.phx.gbl...
Hi all,

I am new to Visual studio.Net. I have been learning for the last month by
"self-Paced" through these books.

MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements, Exams
70-305/70-315, 70-306/70-316, 70-310/70-320, and 70-300 .

The Problem I am having is, I follow the sample of the book in developing
a ASP.Net Web Application. It is a simple program that should display the
famous phrase " Hello word" when you click on the submit button.

However, when I run the program, the web page displayed in the browser
fine. Then when I click on the submit button I get:

http://localhost/ASP-Projects/Chapte.../WebForm1.aspx

The page cannot be displayed.

What could be the reason for that? Am I missing some thing in the config
file.

Thanks

Yousri

Nov 19 '05 #2
Hi Kevin,
Thank you very much for your help.

I tried what you have suggested, but did not do anything. The error still
there
Yousri
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:eA**************@TK2MSFTNGP10.phx.gbl...
Hard to say. The first thing you need to do is change your IE browser
configuration (Tools|Options|Advanced Tab), and uncheck "Show Friendly
HTTP error messages." Then you will be able to see what the error is. If
you can tell us that, we can help you diagnose the problem.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Everybody picks their nose,
But some people are better at hiding it.

"Yousri" <ya*****@cfl.rr.com> wrote in message
news:uD**************@TK2MSFTNGP09.phx.gbl...
Hi all,

I am new to Visual studio.Net. I have been learning for the last month by
"self-Paced" through these books.

MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements,
Exams 70-305/70-315, 70-306/70-316, 70-310/70-320, and 70-300 .

The Problem I am having is, I follow the sample of the book in developing
a ASP.Net Web Application. It is a simple program that should display the
famous phrase " Hello word" when you click on the submit button.

However, when I run the program, the web page displayed in the browser
fine. Then when I click on the submit button I get:

http://localhost/ASP-Projects/Chapte.../WebForm1.aspx

The page cannot be displayed.

What could be the reason for that? Am I missing some thing in the config
file.

Thanks

Yousri


Nov 19 '05 #3
What IS the error (exact text, please)?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.

"Yousri" <ya*****@cfl.rr.com> wrote in message
news:ON**************@tk2msftngp13.phx.gbl...
Hi Kevin,
Thank you very much for your help.

I tried what you have suggested, but did not do anything. The error still
there
Yousri
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:eA**************@TK2MSFTNGP10.phx.gbl...
Hard to say. The first thing you need to do is change your IE browser
configuration (Tools|Options|Advanced Tab), and uncheck "Show Friendly
HTTP error messages." Then you will be able to see what the error is. If
you can tell us that, we can help you diagnose the problem.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Everybody picks their nose,
But some people are better at hiding it.

"Yousri" <ya*****@cfl.rr.com> wrote in message
news:uD**************@TK2MSFTNGP09.phx.gbl...
Hi all,

I am new to Visual studio.Net. I have been learning for the last month
by "self-Paced" through these books.

MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements,
Exams 70-305/70-315, 70-306/70-316, 70-310/70-320, and 70-300 .

The Problem I am having is, I follow the sample of the book in
developing a ASP.Net Web Application. It is a simple program that should
display the famous phrase " Hello word" when you click on the submit
button.

However, when I run the program, the web page displayed in the browser
fine. Then when I click on the submit button I get:

http://localhost/ASP-Projects/Chapte.../WebForm1.aspx

The page cannot be displayed.

What could be the reason for that? Am I missing some thing in the config
file.

Thanks

Yousri



Nov 19 '05 #4
Hi Kevin,
I have a form with Reset and Submit Button with Text box only.
When I run the application the page is displayed fine.
The submit button has this code:
Response.Write("Hello Web!<br>")

And when I click on the submit button I get this

This is the URL

http://localhost/ASP-Projects/Chapte.../WebForm1.aspx

The page cannot be displayed
The page you are looking for cannot be displayed because the page
address is incorrect.

--------------------------------------------------------------------------

Please try the following:

a.. If you typed the page address in the Address bar, check that it
is entered correctly.

b.. 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)

a.. More information:
Microsoft Support


"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:ug**************@tk2msftngp13.phx.gbl...
What IS the error (exact text, please)?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Everybody picks their nose,
But some people are better at hiding it.

"Yousri" <ya*****@cfl.rr.com> wrote in message
news:ON**************@tk2msftngp13.phx.gbl...
Hi Kevin,
Thank you very much for your help.

I tried what you have suggested, but did not do anything. The error still
there
Yousri
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:eA**************@TK2MSFTNGP10.phx.gbl...
Hard to say. The first thing you need to do is change your IE browser
configuration (Tools|Options|Advanced Tab), and uncheck "Show Friendly
HTTP error messages." Then you will be able to see what the error is. If
you can tell us that, we can help you diagnose the problem.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Everybody picks their nose,
But some people are better at hiding it.

"Yousri" <ya*****@cfl.rr.com> wrote in message
news:uD**************@TK2MSFTNGP09.phx.gbl...
Hi all,

I am new to Visual studio.Net. I have been learning for the last month
by "self-Paced" through these books.

MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements,
Exams 70-305/70-315, 70-306/70-316, 70-310/70-320, and 70-300 .

The Problem I am having is, I follow the sample of the book in
developing a ASP.Net Web Application. It is a simple program that
should display the famous phrase " Hello word" when you click on the
submit button.

However, when I run the program, the web page displayed in the browser
fine. Then when I click on the submit button I get:

http://localhost/ASP-Projects/Chapte.../WebForm1.aspx

The page cannot be displayed.

What could be the reason for that? Am I missing some thing in the
config file.

Thanks

Yousri



Nov 19 '05 #5
405 means "Method not allowed." In this case, it would be the POST method of
a form. Check your web server configuration.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.

"Yousri" <ya*****@cfl.rr.com> wrote in message
news:ue**************@TK2MSFTNGP14.phx.gbl...
Hi Kevin,
I have a form with Reset and Submit Button with Text box only.
When I run the application the page is displayed fine.
The submit button has this code:
Response.Write("Hello Web!<br>")

And when I click on the submit button I get this

This is the URL

http://localhost/ASP-Projects/Chapte.../WebForm1.aspx

The page cannot be displayed
The page you are looking for cannot be displayed because the page
address is incorrect.

--------------------------------------------------------------------------

Please try the following:

a.. If you typed the page address in the Address bar, check that it
is entered correctly.

b.. 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)

a.. More information:
Microsoft Support


"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:ug**************@tk2msftngp13.phx.gbl...
What IS the error (exact text, please)?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Everybody picks their nose,
But some people are better at hiding it.

"Yousri" <ya*****@cfl.rr.com> wrote in message
news:ON**************@tk2msftngp13.phx.gbl...
Hi Kevin,
Thank you very much for your help.

I tried what you have suggested, but did not do anything. The error
still there
Yousri
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:eA**************@TK2MSFTNGP10.phx.gbl...
Hard to say. The first thing you need to do is change your IE browser
configuration (Tools|Options|Advanced Tab), and uncheck "Show Friendly
HTTP error messages." Then you will be able to see what the error is.
If you can tell us that, we can help you diagnose the problem.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Everybody picks their nose,
But some people are better at hiding it.

"Yousri" <ya*****@cfl.rr.com> wrote in message
news:uD**************@TK2MSFTNGP09.phx.gbl...
> Hi all,
>
> I am new to Visual studio.Net. I have been learning for the last month
> by "self-Paced" through these books.
>
> MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements,
> Exams 70-305/70-315, 70-306/70-316, 70-310/70-320, and 70-300 .
>
>
>
> The Problem I am having is, I follow the sample of the book in
> developing a ASP.Net Web Application. It is a simple program that
> should display the famous phrase " Hello word" when you click on the
> submit button.
>
> However, when I run the program, the web page displayed in the browser
> fine. Then when I click on the submit button I get:
>
> http://localhost/ASP-Projects/Chapte.../WebForm1.aspx
>
> The page cannot be displayed.
>
>
>
> What could be the reason for that? Am I missing some thing in the
> config file.
>
>
>
> Thanks
>
>
>
> Yousri
>
>



Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: odb69 | last post by:
Hi people, Can anyone please give the code to create a very simple feedback form that enables the to go back to the home page after submitting their feedback. I'm try to break into the use of...
12
by: windandwaves | last post by:
Hi Folks I have just completed a project for an accommodation finder in New Zealand - much with your help - thank you again. I would appreciate any constructive or deconstructive comments. ...
40
by: Peter Row | last post by:
Hi all, Here is my problem: I have a SQL Server 2000 DB with various NVarChar, NText fields in its tables. For some stupid reason the data was inserted into these fields in UTF8 encoding. ...
4
by: Brad Jones | last post by:
<Previously posted in microsoft.public.dotnet.framework.windowsforms> Hi all. Any suggestions here would be appreciated. Thanks for reading. I'm primarly a C++ developer but I've been trying to...
2
by: Looks Like Trent | last post by:
Find a character in a string, at a specified position. How do you do this? Any help will be appreciated....
11
by: primus | last post by:
Hello all, First let me tell you that I have searched this group and the internet and have not been able to find the answer to my problem. It is probably because I don't know what to look for. I...
6
by: aeldaly | last post by:
Hello all, I have just finished what I call Site Management System v0.0.0.0.0.0.0.0.0.1 :D I am not a professional programmer nor a really experienced one either (I've been dabbling with stuff...
1
by: Kirok | last post by:
Hey Everyone, Thanks for reading, heres what I'm trying to do I have an array of say 10 items each item contains the text / description for a room. Now I would like to create a class (lets...
1
by: Beacher | last post by:
I have an access 2k3 front end linked to a SQL Server 2k backend and have been having quite the issue with deleting.. I have a form with a subform, in datasheet view.. there are 2 combo boxes both...
5
by: BURL ives | last post by:
I am well versed in MS Access. I now want to set up a SQL database on my company's server. However there are some pretty basic questions that I have starting out...I did a bit of searching but...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.