Key and Data Management System using .Net web ser
Hi all,
I am a total beginner and desperately in need for your help. I want to create a Key and Data Management System using .Net web service but have no idea where to start. What would be the easiest way to do this? First, how do I setup IIS and ASP.NET? I used window Vista and followed this when installing IIS 7.0:
To Install:
1. Download the ZIP file and extract the MSI.
2. Install the MSI
3. Run notepad as Administrator
(do this by right-clicking your notepad shortcut and chosing "Run as Administrator")
4. Open %systemdir%\system32\inetsrv\config\administration .config
5. Find the <moduleProviders> section and add the following element:
<add name="VistaIisLogging"
type="Microsoft.Web.Management.Iis.Server.LoggingM oduleProvider, IisLoggingServer, Version=1.1.0.0, Culture=neutral, PublicKeyToken=74622615c9245f3f" />
6. Find the <modules> section under the <location path"."> element and add the following element:
<add name="VistaIisLogging" />
7. Save the file and open InetMgr.exe
The problem is there is no administration.config in the directory %systemdir%\system32\inetsrv\config\ Instead, there is a folder called schema and applicationHost.config but there is no <moduleProviders> in there.
Any help would be very much appreciated.
Thanks so much in advance!
|