ASP.NET problem

delle

New member
Aug 20, 2010
2
1
0
bbelongi.blogspot.com
Hi,

I am a beginner, and i dont know about debuging, so please can u help me in easy way.

I tried that WebXel shopping Cart which ASP.NET (VB) I went thru it all, and I could understand it, but sure not all the code, but I faced many problems while running it.
I could run some of the pages that it has but not all, the reasons are:

When you press F12 in dreamweaver to see the page in ur browser, it browser the page normally. but when u click on the left banner on "Home Page" it open a dialogue box
asking you if u want to SAVE or OPEN or CANCEL (same 1 when u try to download
a file)
I open the HomePage on Dreamweaver MX 2004 it open normally under design or code,
but when I try again to browse it, it gave me same dialogue box, I don�t know what�s
wrong.

another reason, is some pages (if you click on the left banner at "Load Saved Cart" which is LoadCart.aspx , it give me RunTime Error and ask me to Debug it, which I don�t know about debug and those stuff

I got the IIS installed and running, and tested
the DB is set up as well.
thats what i do have on my system:

Win XP Pro + all update installed
Dreamweaver MX 2004
.Net Framework 1.1
MDAC 2.8
IIS5 and IIS 6 Manager
MS Access (Office XP Pro).

any idea?

Thank you

___________________________________________________

Unsecured Business Lines of Credit
Unsecured Small Business Loans
 
Last edited:


Sounds more like a problem with Dreamweaver trying to save the code/project versus actually compiling and running in debug mode. Compiling and running a project in Visual Studio is done with F5 (among other ways) not sure if F12 is the equivalent in dreamweaver or not, check the command tips.

Try and take dreamweaver out of the equation and see if you still have problems. Microsoft's Visual Studio Express products are all free and would get your code going most likely, download them and give them a try.

Microsoft Express Downloads - Visual Studio Express and SQL Server Express
 
Justo is right. You cannot use any text editor on .NET code. A .aspx will not work when opened by a browser. PHP is the same way. You need to run it under Visual Studio - get the free version he talked about. When you run it from Visual Studio a mini-IIS server is run for you and your page will be run correctly.