 | SearchForum Home |  |
 | |  |
 | |  |
 | |  |
 | |  |
 |
|
|
| Installing VEM for first time |
|
|
Hi people,
I just found this project and i must say it's something i've been looking for along time!! good work!
I now wanted to install VEM in IIS, so i downloaded this two files:
VWG-SQLManager.1.01.beta.zip
VWG-SQLManager.1.0.1.beta.source.zip
Now, can someone guide me to the proper installation?
I installed the first package, and files went to c:\wwwroot\"virtual host i defined in the installer", and added the .wgx extension with the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll" and nothing.
I saw this in the source of the "Console.wgx" file.
What to do next?
Thanks in advanced,
Jorge |
|
|
|
 |  |
|
|
| Re: Installing VEM for first time |
|
|
Ok i have it working, i saw in the README file to uncheck the option "check if file exists", and it's working.
I also set the target version of asp to 2.0, that is correct right?
Now the problem is when i insert the username and password in the textbox's, and click the "logon" button nothing happens, what should i be missing?
And other thing, where do i set the address of the MSSQL server?
Thanks in advanced,
Jorge |
|
|
|
 |  |
|
|
| Re: Installing VEM for first time |
|
|
Hi,
With the project there is this file....Resources/Data/SQLManager.xml
Which has all the SQL mappings in it.
Changing the file will not cause the application to reload so you will need also to "touch" the web.config.
Cheers,
Guy |
|
|
|
 |  |
|
|
| Re: Installing VEM for first time |
|
|
Hi Guy,
Thanks for you reply, so i searched for the file and have it like this (my mssql server is running localy):
Can you correct me what may be wrong?
<?xml version="1.0" encoding="utf-8" ?>
<SqlManager>
<SqlRoot Label="Visual Enterprise Manager">
<SqlGroup Label="SQL Servers Group">
<SqlServer
Label="WEBGUI01(Windows NT)"
ConnectionString="Server=127.0.0.1;Database={0};uid={1};pwd={2};"
Provider="MSSQL"
Primary="1"
DefaultDatabase="msdb"
/>
</SqlGroup>
</SqlRoot>
<SqlProviders>
<SqlProvider Code="MSSQL" Type="Gizmox.WebGUI.SQLManager.Databases.Sql.SqlServer, Gizmox.WebGUI.SQLManager.Databases.Sql" />
</SqlProviders>
</SqlManager>
In web.config i changed this line to match the correct path:
<appSettings>
<add key="SqlManagerDefs" value="C:\Inetpub\wwwroot\mssql\Resources\Data\SQLManager.xml" />
</appSettings>
Nothing else if needed in web.config?
Thanks in advanced,
Jorge |
|
|
|
 |  |
|
|
| Re: Installing VEM for first time |
|
|
Jorge,
First, I would like to apologize to you for the delay in responding to your question.
Unfortunately, Guy is the only one with the expertise to help you in this matter and Guy will be out of the office for another week and a half. We will make sure to bring the issue to his immediate attention when he returns.
Regards,
Gail Steiger |
|
|
|
|  |
 | |  |
 | |  |
 | |  |
|
|