The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Linking ASP.NET To SLX
Posted: 10 Jan 07 11:27 AM
|
fiogf49gjkf0d Before when linking to my ASPX pages from SLX I was able to do it like this:
src="http://vmsrv2003-c:3333/slxsite/ContactProfilesList.aspx?id=<#SYS name=theuserid>?<#AF name=conid>"
That was when the ASP.NET website was in the wwwroot folder - now my ASP.NET website sits in: C:\Program Files\SalesLogix\Web Components\MyWebsite
How do I call a page when it resides in this location? |
|
|
|
Re: Linking ASP.NET To SLX
Posted: 10 Jan 07 11:45 AM
|
fiogf49gjkf0d Corey,
Is slxsite the name of a virtual directory set up under the web site on port 3333? If so, all you should need to do is right click on the virtual directory, select "Properties" and on the "Virtual Directory" tab select the "Browse" button next to the "Local path" and select the folder you specified in your post.
Jeff
|
|
|
|
Re: Linking ASP.NET To SLX
Posted: 10 Jan 07 11:52 AM
|
fiogf49gjkf0d No it isn't - slxsite is the name of my ASP.NET site in the wwwroot folder. |
|
|
|
Re: Linking ASP.NET To SLX
Posted: 10 Jan 07 12:07 PM
|
fiogf49gjkf0d Corey,
The concept should still apply - the button is in a different location. Just right-click on the web site in IIS, select "Properties", click on the "Home Directory" tab. Click the "Browse" button next to "Local Path" and change it to the new location for your files.
Jeff
|
|
|
|
Re: Linking ASP.NET To SLX
Posted: 10 Jan 07 12:36 PM
|
fiogf49gjkf0d I created the Virtual Directory and linked it to my files - but I'm getting an error that says: Server Application Unavailable |
|
|
|
Re: Linking ASP.NET To SLX
Posted: 10 Jan 07 1:23 PM
|
fiogf49gjkf0d Corey,
When you right-click on the web site and select properties, what's on the ASP.NET tab? What verison of ASP.NET does it show? And what version are you developing against? Do they match?
Jeff
|
|
|
|
Re: Linking ASP.NET To SLX
Posted: 10 Jan 07 1:28 PM
|
fiogf49gjkf0d Jeff,
The tab is set to 2.0 - which is what I am developing for. So, yes - they match.
Corey |
|
|
|
Re: Linking ASP.NET To SLX
Posted: 11 Jan 07 9:36 AM
|
fiogf49gjkf0d After creating the correct VDs and copying all those files to the new location on the server, Right Click on the VD and go to Properties and then hit the "create" button to create an application and as per your URL , it should be "slxsite"
This is the way to do this if you have a aspnet 1.1 app being moved to an IIS 6.0 on the server.
and yes, it should be tested independently before calling it from slx. |
|
|
|