Access to source code
Hello,
On the dev server, in IIS settings I've found that application is in E:\Dev\inetpub\wwwroot
On the dev server, in IIS settings I've found that application is in E:\Dev\inetpub\wwwroot
However, I could not find project sources on the server. So, the first thing I need is access to sources. I might have additional questions after review.
If we're going to also make changes after the review, we'll need development environment as well (Visual Studio and whatever is needed to run the application).
Thanks,
Radomir
Thanks,
Morgan
For the contegra auto suggestor, source code are there, you can find it by expand dev.investorstatelawguide.com site from IIS there is contegra directory and explore it by right click, yet I will send exact location.
Second, we can do changes in notepad and check result also because as you know we are only consuming contegra API by jQuery so there is no need visual studio to build any source code.
I am telling you because it is web server and there is not installed visual studio. Let me know your feedback.
Thanks,
Jitesh
Get Outlook for Android<https://aka.ms/ghei36>
Please note that the work that
Thanks,
Morgan
We will provide all source code for ISLG application. but for visual studio we ask to carbon60 to install it on server. Also visual studio they can install community edition because licence version of visual studio can not install out side Dev IT premises.
For
This way, we are also continue our work style without any showstopper.
Finally, We will do...
1, Configure application with separate database in IIS.
2, Once Visual studio installed by Carbon60, we will make ready source code executable without any error so they can run and check.
3, We will provide all documents path to generate dtsearch index if required.
Thanks,
Jitesh
However,
Thanks,
Morgan
Thanks,
Radomir
We are working on full content sync between dev.islg and www.islg and after that we will create new application. by tomorrow we will done sync with new application creation.
Thanks,
Jitesh
Morgan
We have synced all data between www.islg and dev.islg. Please check and confirm and also regarding new demo application Jitesh has sent one mail regarding E:drive space on server.
Yes, I saw
Thanks,
Morgan
New application was supposed to configured today but we found not enough space are available, it required 10 to 15 GB. But only 6 GB space are available so I have requested for more space, I have also taken in consideration of new ILG application configuration in future that's why 25 GB more space requested to corbon60.
Thanks,
Jitesh
Thanks,
Morgan
Now that the E Drive has been expanded as necessary, please confirm when you have setup the third application so that
Thanks,
Morgan
The new application has been configured on server with separate source code.
1, Source Code :
Run Visual Studio > click Open Recent Project
3, IIS site configured
In IIS, we have Added website with name "AuditContegra", in that we have also added contegra site in order to ajax call for getting result of auto suggestor.
Thanks,
Jitesh
Morgan
Thank you. We will be in touch with any questions.
Rob
Would it be possible to get an update on the project.
Thanks,
Morgan
Sorry about delay. I was on vacation most part of the last week and yesterday. Will let you know how it goes later this week.
Kind regards,
Radomir
Morgan
I have a couple of questions:
1. Visual Studio tells me that the project requires SQL Server Express but that it's not installed. Should I do that or is it optional for the project?
2. Related to the above, the connection string for ApplicationServices references file aspnetdb.mdf that I cannot find.
3. How to access the application? Is there an existing user login I can use with the development environment or do I need to create a new account after running the ISLG_MVC project?
4. What's the access URL for admin area? Again, I need either an existing login or info how to create one.
Thanks,
Radomir
P.S. I removed read-only flag and added me write access to E:\Audit as otherwise I wasn't able to save any file change or compile the project.
1. Visual Studio tells me that the project requires SQL Server Express but that it's not installed. Should I do that or is it optional for the project?
Ans : it is not required for our project, as we are using separate database server. You can find connection string in Web.cofig file.
2. Related to the above, the connection string for ApplicationServices references file aspnetdb.mdf that I cannot find.
Ans : We are not used connected db like aspnetdb.mdf file, we are used separate server for database and will manage connection in programming.
3. How to access the application? Is there an existing user login I can use with the development environment or do I need to create a new account after running the ISLG_MVC project?
Ans : You can used below credential for both Normal user and Admin User.
User Name : mmaguire
Password : p3W!LLbe
4. What's the access URL for admin area? Again, I need either an existing login or info how to create one.
Ans : You can use above credential for both below url.
Admin URL : https://dev.investorstatelawguide.com/Admin/AdminLogin
User URL : https://dev.investorstatelawguide.com/notepad-login
Please append below in your current url.
Admin URL : /Admin/AdminLogin
Normal URL : /notepad-login
Thanks,
Jitesh