Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My first Web app
Message
General information
Forum:
ASP.NET
Category:
Web forms
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01488585
Message ID:
01488790
Views:
60
>>>>Hi all, I have been asked to write a ( for now ) very basic enquiry app that resides on the web, the users would be required to login to gain access and then enter a stock number to check availability of an item ( I'm sure this will grow horns but for now this is all they want ). I have never written anything for the web and don't know where to start. I don't want to get off on the wrong foot so if anyone can give me any help I would be grateful.
>>>
>>>Internet or Intranet ?
>>>IAC probably the hardest bit will be the login.
>>>Will the login be via a Windows account or will you have to maintain a login system ?
>>>What's the DB for the stock data and where is it stored?
>>
>>Hi Viv, it will be on the internet, the login will have to be managed by me as the users could be anywhere from at the office to an internet cafe, the DB would be Sql Server - thanks
>
>Since it's Internet and you have SQL server then it may well be worth looking at the ASP.NET membership stuff that Mike mentioned: http://msdn.microsoft.com/en-us/library/yh26yfzy.aspx.
>There's a ready built database for users/roles etc as well as login controls etc. There's a link on that page that will walk you through the whole thing including creating the site from scratch. You might also consider exposing the information via a web-service so that users could access it directly rather than solely through the browser page you provide ?

Hadn't thought of that ( web-service ) - I suppose if I wrapped all the functionality in a web service I could use it for both a desktop and a web app - or am I being a tad optimistic - don't know anything about web services but will look them up - as I'm sure you've gathered the web is a grey area for me :-)
Regards,
Peter J. Kane



Pete
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform