testings web apps

J

Jessica Weiner

I am running windows xp pro on my home computer and would like to test a
database driven ASP .NET web application. I need to be able to create an SQL
database which will be assessed by the web application. I already have a
local IIS Server up and running to test the web app.

At work, I use SQL Enterprise Manager and would like to use the same at
home.
I wanted to download it on my home computer but cannot find it anywhere on
the net.

How can I test my web applications at home on a person computer?

Thanks.
 
B

Brendan Green

SQL Enterprise Manager comes with SQL Server 2000. You'd have to get a
developer edition of SQL Server 2000 to get Enterprise Manager.

You might want to check out MSDE instead, as it's free (but has no mangement
or development tools).

You might be able to connect to an MSDE database from Visual Studio and
interact with it that way...
 

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