ASP.NET Problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Everyone,

Hope someone can help me with this? I have quite a few sites (internally)
that use asp all working fine, however I am wanting to try out ASP.NET to see
what benefits if any I will get out of re-designing then to ASP.NET.

I have FP2003 which allows you to set up results & forms using ASP.NET,
however when I try a simple report then run it in IE the page is blank. When
I try to create an input form using the DBI wizard it creates all the
necessary pages but when I run a page for input my browser diplays the actual
code rather than the form fields and buttons.

In design view everything looks right - what am I missing here?

Tia
 
Jonathan said:
Hi Everyone,

Hope someone can help me with this? I have quite a few sites
(internally) that use asp all working fine, however I am wanting to
try out ASP.NET to see what benefits if any I will get out of
re-designing then to ASP.NET.

I have FP2003 which allows you to set up results & forms using
ASP.NET, however when I try a simple report then run it in IE the
page is blank. When I try to create an input form using the DBI
wizard it creates all the necessary pages but when I run a page for
input my browser diplays the actual code rather than the form fields
and buttons.

Open a command prompt and change into the following directory:

c:\windows\microsoft.net\framework\v1.1.4322

After you do that, run the following command:

aspnet_regiis -i

Now try again.

--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com
http://www.jimcoaddins.com

The premiere add-in and software source
for Microsoft FrontPage.
 
Missing? Probably the .NET Framework itself? It has to be downloaded and
installed you know.
Using .NET is much more complex than simple FrontPage push-button monkey
code so don't expect any results unless you're prepared to use Google and
MSDN to do all of the study required to get a basic familiarity of what is
going on, there are many documents you can find and read that explain what
the benefits are.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
 
Hi Jim,

Thanks for the quick reply, the file you have recommended is not list in the
directory I assume I needs to get it from ms, do you have a link at all?
 
Oops, ok I have found it on my local drive exaclty where you said I just
wasn't looking properly
 
Back
Top