ASP.NET Problems

J

Jonathan

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
 
J

Jim Cheshire

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.
 
C

clintonG

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/
 
J

Jonathan

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?
 
J

Jonathan

Oops, ok I have found it on my local drive exaclty where you said I just
wasn't looking properly
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top