ASP DEvelopment in .NET
Author
Discussion

stevieb

Original Poster:

5,252 posts

285 months

Thursday 12th February 2004
quotequote all
I have been wokring with a quotation system in Excel for over 12months now but its getting a bit of a problem with some of the staff.

I am looking to develop a web app to be a quotation system for the company which will be avaliable over the Intranet and possibly to other contract workers via VPN.

Ive got Visual Studio .net and worked with some stuff in C# and VB for another project but i am unsure of how to start/setup the development environment to start the web app. Ive looked through the help files but still coming up blank.

I have got the next month off from doing any major contract work so i can get a great deal of the work done over the coming weeks

Any pointers please

Michael.McD

73 posts

274 months

Thursday 12th February 2004
quotequote all
One of the WROX Professional to Professsional books 'd be a good start.

Michael

Don

28,378 posts

302 months

Friday 13th February 2004
quotequote all
File, New Project, Visual Whatyouwant, ASP.NET Web Application, and a *huge* manual.

Do you have any experience in ASP prior? The Structure and method of development is much the same...

Oh. If you get stuck and there is a budget my firm would happily build you an ASP/SQLServer2000 based app - we sometimes do both bespoke developments - although usually based around our product software. Just a thought - although we aren't cheap so we may be overkill...

trooper1212

9,457 posts

270 months

Friday 13th February 2004
quotequote all
.NET web apps are heavily integrated with your IIS setup, it's very flakey and involves setting up websites in IIS and repointing then through your hosts file to your local machine.

As everybody else has said, get a manual

Usually I would recommend something like this
www.amazon.co.uk/exec/obidos/ASIN/1861007922/qid=1076662871/sr=1-10/ref=sr_1_10_10/026-3035103-8448423

but I think one of the authors is a bit dodgy

davidd

6,609 posts

302 months

Friday 13th February 2004
quotequote all
Steve

We do this sort of thing, if you mail me a spec I'll give you a price in case you want to outsource it.

Cheers

D.

Don

28,378 posts

302 months

Friday 13th February 2004
quotequote all
davidd said:
Steve

We do this sort of thing, if you mail me a spec I'll give you a price in case you want to outsource it.

Cheers

D.


Oi. I was here first!

Shameless...

Don't suppose you lot need timesheets for your billing do you? Fit right in our software would....

atom290

1,015 posts

275 months

Friday 13th February 2004
quotequote all
Whats wrong with the existing system?

sometimes it isnt necessary to fix what isnt really broken

trooper1212

9,457 posts

270 months

Friday 13th February 2004
quotequote all
err... guys. You're answering questions that were not asked

It always amuses when people ask specific questions on various techinical gubbins and get responses ranging from "outsource it for only a million quid" to "don't bother doing it at all"

There are probably a fair number of very good reasons why stevieb wants to do the work this way. Re-architecturing his whole solution on the back of a paragraph of detail is probably less than useful

Mark.S

473 posts

295 months

Friday 13th February 2004
quotequote all
Steve,

The following on MSDN should get you started: http://msdn.microsoft.com/library/en-us/vsintro7/html/vcwlkWalkthroughWebForms.asp?frame=true

Hit the 'sync-toc' button if it doesn't sync with the table of contents properly.

You'll need to either install IIS on your workstation (reccomended way for VS.NET) or point to a seperate IIS server when you create a project. Working locally is easier and faster so stick with that if you can.

Drop me a line if you get stuck.

stevieb

Original Poster:

5,252 posts

285 months

Friday 13th February 2004
quotequote all
Cheers for the Help so far

I have got some experience in ASP and used Visual Studio 6 prior to this but, i have not developed a Web App before.

If i need to install IIS (bugger) the worksations at the moment are XP home as they are hired, but i am waiting for a my new workstations to be delivered from Dell these have XP Pro on and hence IIS6

Can i download IIS6 to install on XP home??

Steve

Otherwise i have a apache webserver with ASP, PHP, MySQL addins

stevieb

Original Poster:

5,252 posts

285 months

Friday 13th February 2004
quotequote all
Don & Davidd

Unfortunatley i can not out source this as i have just spent a lot on IT and software refer to my other thread regarding servers and SBS 2003

Cheers anyway

Steve

Don

28,378 posts

302 months

Friday 13th February 2004
quotequote all
stevieb said:
Can i download IIS6 to install on XP home??

Steve

Otherwise i have a apache webserver with ASP, PHP, MySQL addins


No. You need xp pro to host a web app - unless someone knows how to shoehorn it on...?

Don

28,378 posts

302 months

Friday 13th February 2004
quotequote all
stevieb said:
Cheers anyway


Hey, no problem. You can't blame a guy for trying...

Let us know how you get on...

Mark.S

473 posts

295 months

Friday 13th February 2004
quotequote all
Web Matrix (www.asp.net/webmatrix/default.aspx?tabIndex=4&tabId=46) is a free dev environment for ASP.NET that has a built in web server. You could get started with that until you have an XPPro workstation to run VS.NET?

davidd

6,609 posts

302 months

Friday 13th February 2004
quotequote all
stevieb said:
Don & Davidd

Unfortunatley i can not out source this as i have just spent a lot on IT and software refer to my other thread regarding servers and SBS 2003

Cheers anyway

Steve


Steve

No worries, if you get stuck with anything in particular drop me a line I'll ask the clever people here

Good luck

D.