Search

You searched for the word(s): userid:82912

Matching Posts

  • Re: Installation Guide Help

    Hello, Due to the SQL server instance is installed on another server, I have manually copy the CreateDatabaseObjecy.sql SQL query and run it on the QUery Analyser on the installed SQL server and create the virtual directory manually to point to the CommunityStarterKit directory. When I try to run browse the site, I get the error : Server Error in '/CommunityStarterKit' Application. -------------------------------------------------------------------------------- Invalid object name 'dbo.Community_IsContentVisible
    Posted to Community Starter Kit (Forum) by khoonchee on 2/1/2004
  • Installation Guide

    Hello, We dont have MSSDE or MS SQL server installed on the server which we have CSSDK installed as we have configured the MS SQL on another Windows 2000 server.I notice that the CSSDK setup wizard can help to browse to another SQL server, how can I setup this on the server which have the CSSDK installed ?
    Posted to Community Starter Kit (Forum) by khoonchee on 1/31/2004
  • asp.net sending mail

    Hi, I have the following code : Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Try SmtpMail.SmtpServer = "192.168.1.44" Dim objMail As New MailMessage With objMail .From = "Emailer" .To = txtMailTo.Text .Subject = txtSubject.Text .Body = txtBody.Text .BodyFormat = MailFormat.Html SmtpMail.Send(objMail) End With Catch ex As Exception Throw ex Finally Response.Write("Email reminder has been sent") End Try End
    Posted to Getting Started (Forum) by khoonchee on 8/21/2003
  • server memory high due to aspnet services

    Hi, I have this issue raised before on the General forum and upon the recommendation of Colt to have this post move here: view post 308295 I was thinking of changing the worker process memory limits in IIS 5 . Will this help ? I found the ways to change the worker process in IIS6 ( http://www.asp.net/faq/AspNetAndIIS6.aspx ) but how about IIS5 ? Any guides will be appreciate.
    Posted to Web Forms (Forum) by khoonchee on 8/14/2003
  • Re: IIS question

    Hi , We have this problem before and after some several checking , we found that the .aspx extension is not added to the IIP Application Mapping. Try and see and hope this might help :-)
    Posted to Feedback on this website (Forum) by khoonchee on 8/13/2003
  • Restart asp.net services on Windows 2000

    Hi, Our asp.net services is eating up most of the resources on our Windows 2000 server.The memory keep increasing after we have reset the IIS services.When we open the task manager and view on the memory usage column, asp_net services is the top. We suspect that one of the user is having problem with the script which hold the memory resources on the server. Is there a way for us to trace out who is the user behind this?
    Posted to Feedback on this website (Forum) by khoonchee on 8/13/2003
Page 1 of 1 (6 items)