Hi,
I was mailing out asp.net newsletters from localhost no problem until I changed to ADSL - Now the mails are not being delivered from the queue folder and in there are also files with an .eml extension as well as .eml.smp(?)
Any other settings I should consider please.
Cheers,
J...
Simple question - sorry
I can't find the links for restricting desktop settings such as display resolution, backgrounds, themes etc in the group policy editor - do they exist?
Cheers,
J
----------------------------------------------------------------------------------------
A community...
Thanks mmaz,
Sorry for posting this in the wrong forum too..
There is an icon but the link does not work.
Sharepoint central admin is on port 13870 and the link is to http://localhost:13870/
??
Cheers,
J...
Dear all,
I have inherited a bit of a mess.
I need to find the central admin pages for Sharepoint to alter the virtual server settings.
The link has gone somewhere.
Could anyone tell me the page name url please?
Cheers,
J...
Dear all,
I have inherited a bit of a mess.
I need to find the central admin pages for Sharepoint to alter the virtual server settings.
The link has gone somewhere.
Could anyone tell me the page name url please?
Cheers,
J...
Many thanks asiruvur!
I have it working now.
The default web site was running on an application pool for Sharepoint.
I added another site to the main tree in iis on the same level as the 'default web site' and put it on port 81 with the application pool as 'Default AppPool'
I hope this is...
Hi asiruvur,
Many thanks for your reply...However, I am not sure what you mean??
Thanks,
J
----------------------------------------------------------------------------------------
A community development project in asp.net - http://www.whatsthehampton.com/
Hi,
We have shapoint services installed on our server and it using the default website under iis.
If I change to change this SS will not work.
How can I add another site?
Ususally I would add them to the wwwroot folder but I am getting a page not found error when I try to access these.
All...
I've asked before but still cannot get this to work.
I need to have another site working as well as Sharepoint.
Simply putting the site in the wwwroot folder and making it a virtual directory does not seem to work and I get page not found.
We have SS installed on IIS - it seems to use the...
Hi,
Go here;
http://www.systemwebmail.com/
j
----------------------------------------------------------------------------------------
A community development project in asp.net - http://www.whatsthehampton.com/
Hi,
I am just wondering if this is correct.
I have a users Table with a unique UserID and a schools table with a unique SCID
UserID and SCID are the same and related. It works of course but is this correct form?
Should SCID be a foreign key in the schools table, one that is not unique or an...
Hi,
I do this but I put all the html into the database.
If it's an article page with just text and maybe a few images then this works well and you don't end up with thousands of html files.
Then I have a user control inside the main page called (eg) content.ascx
In content.ascx is a label...
You're not running SharePoint services by any chance are you?
http://support.microsoft.com/default.aspx?scid=kb;en-us;837376
j
----------------------------------------------------------------------------------------
A community development project in asp.net - http://www.whatsthehampton.com/
Hi,
I did get this once.
Are you sure that Anonymous Access is unchecked and Integrated windows authentication is checked in the directory security for the site.
IIS>Site>Properties>directory security>edit>
Cheers,
j...
Hi,
Use a memo field in access.
Text can go up to 255 character - look at the 'field size' box in table design view to change.
j
----------------------------------------------------------------------------------------
A community development project in asp.net - http://www.whatsthehampton.com/
Hi,
Yep, set a parameter to output like:-
Dim parameterNewid As New SqlParameter("@Newid", SqlDbType.Int)
parameterNewid.Direction = ParameterDirection.Output
command.Parameters.Add(parameterNewid)
you can then call
set @NewID=@@Identity
from the end of your stored procedure.
This brings...
Hi,
Try using these functions, I found them on the internet and they work for me.
Public Function IsImage() As Boolean
Dim context1 As HttpContext = HttpContext.Current
If Not Me.IsMultiple Then
Dim file1 As HttpPostedFile = context1.Request.Files.Item(0)
Return Me.IsImage(file1)
End If
Return...
Hi,
Make sure you are using windows authentication.
<authentication mode="Windows" />
<identity impersonate = "true" />
Then I use this function.
Public Function ExtractUserName(ByVal path As String) As String
Dim userPath() As String = path.Split(New Char() {"\\"})
Return...
Yep!
Thanks Ca8msm.
J
----------------------------------------------------------------------------------------
A community development project in asp.net - http://www.whatsthehampton.com/
Hi,
I am calculating a percentage in a function and returning the result as a decimal.
How can I format it to return to 2 decimal places?
Should I be using Decimal?
Much obliged.
J
----------------------------------------------------------------------------------------
A community...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.