|
-
Jan 8th, 2004, 12:30 AM
#1
Thread Starter
Hyperactive Member
aspx basics?
Hi,
a little while ago i did my first .Net course and whilst there we did some basic form writing projects with .Net.
For the first time since (i have only been doing PC stuff until now with .Net), i have gotten round to trying it.
i have gone through the step-by-step exercises again and then tried to run it but it doesn't work.
can someone please explain to me what is required to make aspx files be able to be executed on my server?
thanks in advnace.
"The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.
Windows & Web Developer
Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
Sutherland Shire, Sydney Australia
www.stingrae.com.au
Developer of Arnold - Gym & Martial Arts Database Management System
www.gymdatabase.com.au
-
Jan 8th, 2004, 06:13 AM
#2
Fanatic Member
have you got IIS installed? and was it installed before you put VS.net on your PC?
-
Jan 8th, 2004, 11:11 AM
#3
Hyperactive Member
if your just developing on your pc, and are not familiar with IIS then you can use a MS Product Called WebMarix it is Totally free,
and runs very similar to VS.net, it also has its own engine to run your aspx files, with out having to set up IIS
you find the product here:
WebMatrix
it lacks intelligence-sense, but if you know what you are coding you don't reely need it.
so, Hope this helps
-
Jan 8th, 2004, 05:00 PM
#4
Thread Starter
Hyperactive Member
hi,
thanks heaps for the replies.
yes, i did have IIS installed on my server, but i don't have VB.Net on my server. I have VB.Net on my development PC.
does VB.Net need to be installed on my server too?
"The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.
Windows & Web Developer
Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
Sutherland Shire, Sydney Australia
www.stingrae.com.au
Developer of Arnold - Gym & Martial Arts Database Management System
www.gymdatabase.com.au
-
Jan 8th, 2004, 06:31 PM
#5
Hyperactive Member
yeah, if thats where its hosted
-
Jan 8th, 2004, 11:01 PM
#6
Lively Member
First you have to install the dotnet framework on your server to run asp.net files
Link To Framework
Then map the .net to iis
http://support.microsoft.com/default...b;en-us;816782
-
Jan 8th, 2004, 11:03 PM
#7
Thread Starter
Hyperactive Member
First you have to install the dotnet framework on your server to run asp.net files
that's all i thought that i had to do. i didn't realise that i had to install VB.Net on my server as well.
"The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.
Windows & Web Developer
Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
Sutherland Shire, Sydney Australia
www.stingrae.com.au
Developer of Arnold - Gym & Martial Arts Database Management System
www.gymdatabase.com.au
-
Jan 9th, 2004, 01:13 AM
#8
Lively Member
that's all i thought that i had to do. i didn't realise that i had to install VB.Net on my server as well
Just to make sure you understand what i meant.
The dotnet framework isn't vb.net its a framework for the .net language, that means you can run vb.net asp.net c# jscript.net
So if you develop vb.net programs or you run asp.net on your server install the framework,
Link To .net framework
If you install all the above, and when browsing your aspx pages you see the source code read this
http://support.microsoft.com/default...b;en-us;816782
CGJ
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|