PDA

Click to See Complete Forum and Search --> : IIS Application


wasiq
Oct 5th, 2000, 12:16 PM
Hi,
I am new to IIS applications, can anyone guide me to some useful resources where I can get a few sample projects.

compuGEEK
Oct 5th, 2000, 04:41 PM
Sure, here are a couple links:

http://www.elementkjournals.com/ivb/9812/ivb98c1.htm

http://www.asptoday.com/articles/19991004.htm

http://www.cbdbits.com/Home/WebClasses/

http://www.solpart.com/techcorner/TCArticleViewer.asp?Article=WebClass/WebClassOverview.xml

Later,

cGEEK

wasiq
Oct 5th, 2000, 10:39 PM
thanks, I made what I wanted to, what do I do with the compiled dll? how do I put it on my IIS server.

compuGEEK
Oct 6th, 2000, 11:22 AM
Using the Package and Deployment Wizard, you should
package your IIS app as an internet package.
You then use the Wizard to deploy your internet
package to the webserver.

Keep in mind that in order to deploy using the PDW, you
must first install Posting Acceptor on the webserver.

I had no luck deploying using the PDW. What I ended up doing
is using the PDW to package my app, and then I use Symantec's PCAnywhere to move the files over to my webserver.

By the way, Posting Acceptor is located on the Visual Studio
CD. You can also find it here:

http://www.microsoft.com/downloads/release.asp?ReleaseID=22657

wasiq
Oct 6th, 2000, 12:57 PM
thanks a lot!