Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 18th, 2003, 12:36 PM
Registered User
 
Join Date: Nov 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi, its both.

the formatting is wrong as well as the text boxes and buttons are not showing up. i switched to layout view and i am still getting the same error.
my internet explorer is 6.0.2800

thanks, Kim

 
Old November 18th, 2003, 12:44 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You switched to layout view? Do you mean you changed the form to flow layout?

I don't know what to tell you. This sounds very strange. I'd say try creating a whole new web form to see if you can duplicate the problem. If it happens again, you have something going on with your enviroment.

Peter
------------------------------------------------------
Work smarter, not harder.
 
Old November 19th, 2003, 09:18 AM
Registered User
 
Join Date: Nov 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well thank you for your help. I will try re-designing the site.

I have the file save on my local machine, but the IIS server is on a different location, that just looks at my drive, do you think this has anything to do with that?

thanks again



 
Old November 19th, 2003, 10:48 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

It very well could be. I don't know what kind of security problems you could have with that. Before you try to debug code, issolate every other possibility, like this. I can't imagine not having troubles trying to get an IIS server on machine try to read and execute code that is living on another machine. That would seem like a permissions nightmare.

Peter
------------------------------------------------------
Work smarter, not harder.
 
Old November 20th, 2003, 06:22 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

One more thing to check: Does your IIS Server process the page as an ASPX page? That is, what do you see when you look at the *source* of your final page in the browser?

Do you still see the <asp:*> tags? If so, the page is not processed by ASP.NET correctly. If that's the case, you may need to (re)install the .NET framework in your IIS server or reregister ASP.NET in IIS.

Cheers,

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old November 21st, 2003, 04:25 PM
Registered User
 
Join Date: Nov 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I actually got my text boxes and command buttons to show! turns out for some reason the web controls would not view those boxes and buttons, but i replaced them with html control boxes and labels, and all is well.

Except for when i press the submit button, it redirects me to the original page, but it is blank never sending the email, stating:

HTTP 405 - Resource not allowed
Internet Information Services

the debugger states that :
The thread 'Thread A54' (0xa54) has exited with code 0 (0x0).
The program '[2192] iexplore.exe: Script program' has exited with code 0 (0x0).

I will try to check the IIS allowing ASP.NET controls.

Thanks for the help.






Similar Threads
Thread Thread Starter Forum Replies Last Post
IE7 displays a blank page... thomasdrago XML 1 January 23rd, 2008 10:01 PM
How to pass variables from Aspx page to Asp Page jayaraj Classic ASP Basics 2 May 23rd, 2004 06:56 AM
How to pass the variables in Aspx page to Asp Page jayaraj ASP.NET 1.0 and 1.1 Basics 3 May 23rd, 2004 06:55 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.