The default Web Server is http://localhost:1840/projectfolder/
But if try design one website at root, then all the URL have been broken.
Fix it:
1. add
Tools–>External Tools–>Add
2. config
title:webserver
command:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE
Arguments: /port:8080 /path:$(ProjectDir)\
3.Start Web server
Tools–>webserver
4.Project
Start option
use custom server: http://localhost:8080/
An ISO format that is supported by many software vendors.
For cross a disc image in the BIN format, it is much easier to convert to the standard ISO format.
bchunk (BinChunker)
sudo aptitude install bchunk
Bchunk Example
bchunk IMAGE.bin IMAGE.cue IMAGE.iso
reference by
http://www.ubuntugeek.com/how-to-convert-bincue-files-to-iso-in-ubuntu.html
aspx file error
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the “Refresh” button in your web browser to retry your request.
fix it:
1. add asp.net user right
* IUSER_MACHINENAME (Internet Guest Account)
* ASPNET (ASP.NET Machine Account)
With Read & Execute, List Folder Contents and Read permissions.
2. re-install the ASP.NET portion
1. Open command prompt to C:\windows\microsoft.net\framework\v2.0.50727
2. run the following command: aspnet_regiis.exe -u
3. run the following command: aspnet_regiis.exe -i
reference: http://stackoverflow.com/questions/233478?sort=votes
Finding the IP address assigned to a computer is very simple.
The NBTSTAT command. The syntax for doing so is as follows:
NBTSTAT -a <computername>
To find the computer name associated with a specific IP address.
NBTSTAT -A <ipaddress>
To you the computer name that is currently associated with the IP address you have specified.
Ping <computername>
will reply ip address
1.default resolution only 800X600
fix:
System–>Administration–>Hardware Device
select display card driver
2. Can not save config
fix:
System–>preferences–>Display–>Yes
Save–>preview
copy content
sudo nano /etc/X11/xorg.conf
paste and save
3.restart no show resolution as configure
fix:
cd /home/user/.config
rm monitors.xml
sudo aptitude install samba
right click folder –> sharing option
start install samba (same as: sudo aptitude install samba)
Then logoff ubuntu and login again
Ubuntu Version 8.10
Reference:
https://help.ubuntu.com/community/SettingUpSamba